string sort meaning in English
串分类
Examples
- Sort comparison based on string sorting characteristics
根据字符串排序特征进行排序比较。 - Use operations based on the current culture so the strings sort appropriately
使用基于当前区域性的运算,以使字符串正确排序。 - True because the first character in the first string sorts before the first character in the second string
,因为第一个字符串中的第一个字符的排序位于第二个字符串中的第一个字符之前。 - Generic string sort routines . i prefer to use the ' non - pure ' quick sort unless you have a good reason to choose another routine
这是一个普通的串排序例程。我更喜欢使用这个'不纯粹的'快速排序算法,除非你有一个更好的理由来选择其它的例程。 - A string sort is similar to a word sort , except that there are no special cases and all nonalphanumeric symbols come before all alphanumeric unicode characters
字符串排序与单词排序相似,唯一区别是字符串排序中不存在特殊情况,所有非字母数字符号均排在所有字母数字unicode字符之前。